runtime.headTailIndex.split (method)

4 uses

	runtime (current package)
		mspanset.go#L146: 		head, tail = headtail.split()
		mspanset.go#L172: 			head, tail = headtail.split()
		mspanset.go#L231: 	head, tail := b.index.load().split()
		mspanset.go#L346: func (h headTailIndex) split() (head uint32, tail uint32) {